home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMUPLOAD / TFRMUPLOAD.txt
Encoding:
Text File  |  1999-04-29  |  3.8 KB  |  173 lines

  1. object frmUpload: TfrmUpload
  2.   Left = 215
  3.   Top = 195
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Uploading Files to Web Server'
  7.   ClientHeight = 181
  8.   ClientWidth = 393
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pageUpload: TPageControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 393
  28.     Height = 181
  29.     ActivePage = tabUpload
  30.     Align = alClient
  31.     TabOrder = 0
  32.     object tabProjectOptions: TTabSheet
  33.       Caption = 'tabProjectOptions'
  34.       TabVisible = False
  35.       object Label1: TLabel
  36.         Left = 8
  37.         Top = 3
  38.         Width = 369
  39.         Height = 57
  40.         AutoSize = False
  41.         Caption = 
  42.           ' When you upload your project files you have the option to Publi' +
  43.           'sh these files according to your Project Publishing rules. You m' +
  44.           'ay publish them directly to your server without making changes t' +
  45.           'o the document or you can Publish the documents themselves.'
  46.         WordWrap = True
  47.       end
  48.       object Bevel1: TBevel
  49.         Left = 0
  50.         Top = 133
  51.         Width = 385
  52.         Height = 2
  53.       end
  54.       object butPublishContinue: TButton
  55.         Left = 223
  56.         Top = 142
  57.         Width = 75
  58.         Height = 25
  59.         Caption = 'C&ontinue'
  60.         Default = True
  61.         TabOrder = 0
  62.         OnClick = butPublishContinueClick
  63.       end
  64.       object butPublishCancel: TButton
  65.         Left = 306
  66.         Top = 142
  67.         Width = 75
  68.         Height = 25
  69.         Cancel = True
  70.         Caption = '&Cancel'
  71.         ModalResult = 2
  72.         TabOrder = 1
  73.       end
  74.       object radServer: TRadioButton
  75.         Left = 117
  76.         Top = 74
  77.         Width = 113
  78.         Height = 17
  79.         Caption = 'Publish to &Server'
  80.         Checked = True
  81.         TabOrder = 2
  82.         TabStop = True
  83.       end
  84.       object radDocument: TRadioButton
  85.         Left = 117
  86.         Top = 102
  87.         Width = 124
  88.         Height = 17
  89.         Caption = 'Publish to &Document'
  90.         TabOrder = 3
  91.       end
  92.     end
  93.     object tabUpload: TTabSheet
  94.       Caption = 'tabUpload'
  95.       TabVisible = False
  96.       object bvlFTP: TBevel
  97.         Tag = 39
  98.         Left = 6
  99.         Top = 107
  100.         Width = 373
  101.         Height = 21
  102.       end
  103.       object lblFTPStatus: TLabel
  104.         Tag = 39
  105.         Left = 10
  106.         Top = 109
  107.         Width = 363
  108.         Height = 17
  109.         AutoSize = False
  110.         Color = clBtnFace
  111.         ParentColor = False
  112.       end
  113.       object lblUpFTPStat: TLabel
  114.         Left = 7
  115.         Top = 87
  116.         Width = 56
  117.         Height = 13
  118.         Caption = 'FTP Status:'
  119.       end
  120.       object Bevel2: TBevel
  121.         Left = -1
  122.         Top = 133
  123.         Width = 385
  124.         Height = 2
  125.       end
  126.       object butCancel: TButton
  127.         Left = 305
  128.         Top = 142
  129.         Width = 75
  130.         Height = 25
  131.         Cancel = True
  132.         Caption = '&Cancel'
  133.         TabOrder = 0
  134.         OnClick = butCancelClick
  135.       end
  136.       object Memo1: TMemo
  137.         Left = 2
  138.         Top = 182
  139.         Width = 669
  140.         Height = 280
  141.         ScrollBars = ssBoth
  142.         TabOrder = 1
  143.       end
  144.       object animProgress: TAnimate
  145.         Left = 50
  146.         Top = 10
  147.         Width = 276
  148.         Height = 71
  149.         Active = False
  150.         AutoSize = False
  151.         Center = False
  152.         StopFrame = 19
  153.       end
  154.     end
  155.   end
  156.   object timGo: TTimer
  157.     Enabled = False
  158.     Interval = 10
  159.     OnTimer = timGoTimer
  160.     Left = 316
  161.     Top = 82
  162.   end
  163.   object ctlFTP: TSausageFTP
  164.     WinsockStarted = False
  165.     Port = 21
  166.     TimeOut = 0
  167.     TransferMode = ttBinaryTransfer
  168.     OnFtpError = ctlFTPFtpError
  169.     Left = 40
  170.     Top = 132
  171.   end
  172. end
  173.